projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c33d4d
)
Use a conditional to see whether to link $(GNOME_LIBS) or not.
author
Federico Mena Quintero
<federico@redhat.com>
Sun, 12 Dec 1999 06:38:57 +0000
(06:38 +0000)
committer
Arturo Espinosa
<unammx@src.gnome.org>
Sun, 12 Dec 1999 06:38:57 +0000
(06:38 +0000)
1999-12-12 Federico Mena Quintero <federico@redhat.com>
* gdk-pixbuf/Makefile.am (libgdk_pixbuf_la_LDFLAGS): Use a
conditional to see whether to link $(GNOME_LIBS) or not.
gdk-pixbuf/Makefile.am
patch
|
blob
|
history
diff --git
a/gdk-pixbuf/Makefile.am
b/gdk-pixbuf/Makefile.am
index 2e29299820d7183c46c1b8068c4429c48bcb06e9..23586177ca79d7224b862a2ceb679b0b9cbbc03a 100644
(file)
--- a/
gdk-pixbuf/Makefile.am
+++ b/
gdk-pixbuf/Makefile.am
@@
-79,7
+79,13
@@
libgdk_pixbuf_la_SOURCES = \
gdk-pixbuf-util.c \
$(CANVAS_SOURCEFILES)
-libgdk_pixbuf_la_LDFLAGS = -version-info 1:0:0
+if INSIDE_GNOME_LIBS
+EXTRA_GNOME_LIBS = ""
+else
+EXTRA_GNOME_LIBS = $(GNOME_LIBS)
+endif
+
+libgdk_pixbuf_la_LDFLAGS = -version-info 1:0:0 $(EXTRA_GNOME_LIBS)
libgdk_pixbufinclude_HEADERS = \
gdk-pixbuf.h \